home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_6.2 / XVORA / XVORA.MAK < prev    next >
Encoding:
Text File  |  1999-09-11  |  9.8 KB  |  335 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=xvora - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to xvora - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "xvora - Win32 Release" && "$(CFG)" != "xvora - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "xvora.mak" CFG="xvora - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "xvora - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "xvora - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "xvora - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "xvora - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\xvora.exe" "..\..\bindosr\xvora.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\xvora.exe"
  59.     -@erase ".\Release\xvora.exe"
  60.     -@erase ".\Release\vora.obj"
  61.     -@erase ".\Release\ds.obj"
  62.     -@erase ".\Release\knns.obj"
  63.     -@erase ".\Release\xvora.obj"
  64.     -@erase ".\Release\hist.obj"
  65.     -@erase ".\Release\vora_io.obj"
  66.  
  67. "$(OUTDIR)" :
  68.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  69.  
  70. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  71. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libip" /I " ..\..\libimage" /I " ..\..\libtiff\libtiff" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  72. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libip" /I " ..\..\libimage" /I\
  73.  " ..\..\libtiff\libtiff" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  74.  /Fp"$(INTDIR)/xvora.pch" /YX /Fo"$(INTDIR)/" /c 
  75. CPP_OBJS=.\Release/
  76. CPP_SBRS=
  77. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  78. # ADD RSC /l 0x409 /d "NDEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xvora.bsc" 
  83. BSC32_SBRS=
  84. LINK32=link.exe
  85. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  86. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libip\Release\libip.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib /nologo /subsystem:console /machine:I386
  87. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  88.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  89.  odbccp32.lib ..\..\libip\Release\libip.lib ..\..\libimage\Release\libimage.lib\
  90.  ..\..\libtiff\libtiff\Release\libtiff.lib /nologo /subsystem:console\
  91.  /incremental:no /pdb:"$(OUTDIR)/xvora.pdb" /machine:I386\
  92.  /out:"$(OUTDIR)/xvora.exe" 
  93. LINK32_OBJS= \
  94.     ".\Release\vora.obj" \
  95.     ".\Release\ds.obj" \
  96.     ".\Release\knns.obj" \
  97.     ".\Release\xvora.obj" \
  98.     ".\Release\hist.obj" \
  99.     ".\Release\vora_io.obj"
  100.  
  101. "$(OUTDIR)\xvora.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  102.     $(LINK32) @<<
  103.   $(LINK32_FLAGS) $(LINK32_OBJS)
  104. <<
  105.  
  106. # Begin Custom Build
  107. ProjDir=.
  108. InputPath=.\Release\xvora.exe
  109. InputName=xvora
  110. SOURCE=$(InputPath)
  111.  
  112. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  113.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  114.  
  115. # End Custom Build
  116.  
  117. !ELSEIF  "$(CFG)" == "xvora - Win32 Debug"
  118.  
  119. # PROP BASE Use_MFC 0
  120. # PROP BASE Use_Debug_Libraries 1
  121. # PROP BASE Output_Dir "Debug"
  122. # PROP BASE Intermediate_Dir "Debug"
  123. # PROP BASE Target_Dir ""
  124. # PROP Use_MFC 0
  125. # PROP Use_Debug_Libraries 1
  126. # PROP Output_Dir "Debug"
  127. # PROP Intermediate_Dir "Debug"
  128. # PROP Target_Dir ""
  129. OUTDIR=.\Debug
  130. INTDIR=.\Debug
  131. # Begin Custom Macros
  132. ProjDir=.
  133. # End Custom Macros
  134.  
  135. ALL : "$(OUTDIR)\xvora.exe" "..\..\bindosd\xvora.exe"
  136.  
  137. CLEAN : 
  138.     -@erase ".\Debug\vc40.pdb"
  139.     -@erase ".\Debug\vc40.idb"
  140.     -@erase ".\Debug\xvora.ilk"
  141.     -@erase ".\Debug\knns.obj"
  142.     -@erase ".\Debug\vora_io.obj"
  143.     -@erase ".\Debug\vora.obj"
  144.     -@erase ".\Debug\hist.obj"
  145.     -@erase ".\Debug\ds.obj"
  146.     -@erase ".\Debug\xvora.obj"
  147.     -@erase ".\Debug\xvora.pdb"
  148.     -@erase "..\..\bindosd\xvora.exe"
  149.     -@erase ".\Debug\xvora.exe"
  150.  
  151. "$(OUTDIR)" :
  152.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  153.  
  154. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  155. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libip" /I " ..\..\libimage" /I " ..\..\libtiff\libtiff" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  156. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libip" /I " ..\..\libimage"\
  157.  /I " ..\..\libtiff\libtiff" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  158.  /Fp"$(INTDIR)/xvora.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  159. CPP_OBJS=.\Debug/
  160. CPP_SBRS=
  161. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  162. # ADD RSC /l 0x409 /d "_DEBUG"
  163. BSC32=bscmake.exe
  164. # ADD BASE BSC32 /nologo
  165. # ADD BSC32 /nologo
  166. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xvora.bsc" 
  167. BSC32_SBRS=
  168. LINK32=link.exe
  169. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  170. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libip\Debug\libip.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib /nologo /subsystem:console /debug /machine:I386
  171. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  172.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  173.  odbccp32.lib ..\..\libip\Debug\libip.lib ..\..\libimage\Debug\libimage.lib\
  174.  ..\..\libtiff\libtiff\Debug\libtiff.lib /nologo /subsystem:console\
  175.  /incremental:yes /pdb:"$(OUTDIR)/xvora.pdb" /debug /machine:I386\
  176.  /out:"$(OUTDIR)/xvora.exe" 
  177. LINK32_OBJS= \
  178.     ".\Debug\knns.obj" \
  179.     ".\Debug\vora_io.obj" \
  180.     ".\Debug\vora.obj" \
  181.     ".\Debug\hist.obj" \
  182.     ".\Debug\ds.obj" \
  183.     ".\Debug\xvora.obj"
  184.  
  185. "$(OUTDIR)\xvora.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  186.     $(LINK32) @<<
  187.   $(LINK32_FLAGS) $(LINK32_OBJS)
  188. <<
  189.  
  190. # Begin Custom Build
  191. ProjDir=.
  192. InputPath=.\Debug\xvora.exe
  193. InputName=xvora
  194. SOURCE=$(InputPath)
  195.  
  196. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  197.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  198.  
  199. # End Custom Build
  200.  
  201. !ENDIF 
  202.  
  203. .c{$(CPP_OBJS)}.obj:
  204.    $(CPP) $(CPP_PROJ) $<  
  205.  
  206. .cpp{$(CPP_OBJS)}.obj:
  207.    $(CPP) $(CPP_PROJ) $<  
  208.  
  209. .cxx{$(CPP_OBJS)}.obj:
  210.    $(CPP) $(CPP_PROJ) $<  
  211.  
  212. .c{$(CPP_SBRS)}.sbr:
  213.    $(CPP) $(CPP_PROJ) $<  
  214.  
  215. .cpp{$(CPP_SBRS)}.sbr:
  216.    $(CPP) $(CPP_PROJ) $<  
  217.  
  218. .cxx{$(CPP_SBRS)}.sbr:
  219.    $(CPP) $(CPP_PROJ) $<  
  220.  
  221. ################################################################################
  222. # Begin Target
  223.  
  224. # Name "xvora - Win32 Release"
  225. # Name "xvora - Win32 Debug"
  226.  
  227. !IF  "$(CFG)" == "xvora - Win32 Release"
  228.  
  229. !ELSEIF  "$(CFG)" == "xvora - Win32 Debug"
  230.  
  231. !ENDIF 
  232.  
  233. ################################################################################
  234. # Begin Source File
  235.  
  236. SOURCE=.\xvora.c
  237. DEP_CPP_XVORA=\
  238.     ".\xvora.h"\
  239.     ".\..\..\libip\ip.h"\
  240.     ".\vora.h"\
  241.     ".\..\..\libimage\gdfonts.h"\
  242.     ".\..\..\libip\ph.h"\
  243.     ".\..\..\libtiff\libtiff\tiffio.h"\
  244.     ".\..\..\libimage\draw.h"\
  245.     ".\..\..\libip\lldef.h"\
  246.     ".\..\..\libip\sgl_stat.h"\
  247.     ".\..\..\libip\convolve.h"\
  248.     ".\..\..\libip\pcc2.h"\
  249.     ".\..\..\libip\bdy_stru.h"\
  250.     ".\..\..\libtiff\libtiff\tiff.h"\
  251.     ".\..\..\libimage\tiffimage.h"\
  252.     ".\..\..\libimage\gd.h"\
  253.     ".\..\..\libimage\misc.h"\
  254.     ".\..\..\libimage\images.h"\
  255.     ".\hist.h"\
  256.     
  257.  
  258. "$(INTDIR)\xvora.obj" : $(SOURCE) $(DEP_CPP_XVORA) "$(INTDIR)"
  259.  
  260.  
  261. # End Source File
  262. ################################################################################
  263. # Begin Source File
  264.  
  265. SOURCE=.\vora.c
  266. DEP_CPP_VORA_=\
  267.     ".\vora.h"\
  268.     ".\..\..\libip\lldef.h"\
  269.     ".\hist.h"\
  270.     
  271.  
  272. "$(INTDIR)\vora.obj" : $(SOURCE) $(DEP_CPP_VORA_) "$(INTDIR)"
  273.  
  274.  
  275. # End Source File
  276. ################################################################################
  277. # Begin Source File
  278.  
  279. SOURCE=.\knns.c
  280. DEP_CPP_KNNS_=\
  281.     ".\vora.h"\
  282.     ".\..\..\libip\lldef.h"\
  283.     ".\hist.h"\
  284.     
  285.  
  286. "$(INTDIR)\knns.obj" : $(SOURCE) $(DEP_CPP_KNNS_) "$(INTDIR)"
  287.  
  288.  
  289. # End Source File
  290. ################################################################################
  291. # Begin Source File
  292.  
  293. SOURCE=.\ds.c
  294. DEP_CPP_DS_C6=\
  295.     ".\vora.h"\
  296.     ".\..\..\libip\lldef.h"\
  297.     ".\hist.h"\
  298.     
  299.  
  300. "$(INTDIR)\ds.obj" : $(SOURCE) $(DEP_CPP_DS_C6) "$(INTDIR)"
  301.  
  302.  
  303. # End Source File
  304. ################################################################################
  305. # Begin Source File
  306.  
  307. SOURCE=.\vora_io.c
  308. DEP_CPP_VORA_I=\
  309.     ".\vora.h"\
  310.     ".\..\..\libip\lldef.h"\
  311.     ".\hist.h"\
  312.     
  313.  
  314. "$(INTDIR)\vora_io.obj" : $(SOURCE) $(DEP_CPP_VORA_I) "$(INTDIR)"
  315.  
  316.  
  317. # End Source File
  318. ################################################################################
  319. # Begin Source File
  320.  
  321. SOURCE=.\hist.c
  322. DEP_CPP_HIST_=\
  323.     ".\vora.h"\
  324.     ".\..\..\libip\lldef.h"\
  325.     ".\hist.h"\
  326.     
  327.  
  328. "$(INTDIR)\hist.obj" : $(SOURCE) $(DEP_CPP_HIST_) "$(INTDIR)"
  329.  
  330.  
  331. # End Source File
  332. # End Target
  333. # End Project
  334. ################################################################################
  335.